AlternateContent Class

Represents a markup-compatibility alternate-content block (mc:AlternateContent): one or more AlternateContentChoice alternatives and an optional AlternateContentFallback. This is the shared model for DrawingML/chart hosts; WordprocessingML and PresentationML have their own host-level classes.

Definition

Namespace: Independentsoft.Office
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class AlternateContent : ITextParagraphContent
Inheritance
Object    AlternateContent
Implements
ITextParagraphContent

Constructors

AlternateContentInitializes a new instance of the AlternateContent class

Properties

Choices Gets the list of AlternateContentChoice alternatives.
Fallback Gets or sets the fallback content.

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also